home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / c / smc2cweb / example / example.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-07  |  404 b   |  19 lines

  1. /* This file is part of the c2cweb package Version 1.4 */
  2. /* written by Werner Lemberg (a7621gac@awiuni11.bitnet) 20-Aug-1994 */
  3.  
  4. // Grá Gott!
  5. // Hello!
  6.  
  7. /* this is an example header file to demonstrate how c2cweb works. */
  8.  
  9. /* Say
  10.  
  11.         c2cweb [options] example.h example.c
  12.  
  13.    to process this example. */
  14.  
  15.  
  16. struct Test {char *pointer;
  17.              int  array[MAX_ARRAY];}; /* a dummy structure */
  18.  
  19.